Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update unknown values in move data #388

Merged
merged 5 commits into from
Jul 30, 2023

Conversation

theCapypara
Copy link
Member

@theCapypara theCapypara commented Jul 29, 2023

# 0x14 1 uint8 Unk#17 Boolean, whether the move can be used while taunted.
self.ignores_taunted = bool(read_u8(data, 0x14))
# 0x15 1 uint8 Unk#18 Unknown. Possible bitfield.
self.unk15 = read_u8(data, 0x15)
# 0x15 1 uint8 Unk#18 Determines the string that is displayed for the range of the move in-game
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could clarify that the value is offset by a certain amount here, but I guess it's not too important.

@github-actions
Copy link

github-actions bot commented Jul 29, 2023

Test Results

       12 files  ±0       12 suites  ±0   1h 6m 17s ⏱️ +35s
  1 302 tests ±0  1 286 ✔️  - 16         0 💤 ±0  16 +16 
10 388 runs  ±0  8 730 ✔️  - 92  1 566 💤 ±0  92 +92 

For more details on these failures, see this check.

Results for commit 0e07a0c. ± Comparison against base commit 0bc157f.

♻️ This comment has been updated with latest results.

@theCapypara theCapypara merged commit b871e5f into master Jul 30, 2023
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants